home *** CD-ROM | disk | FTP | other *** search
- Vec is a program used to convert binary data into printable ASCII characters
- for transmission trough networks. Vdc decodes files created by vec back into
- their original form. Vdc can also decode files encoded by uuencode, btoa or
- fipencode and vec is able to create files which can be decoded by uudecode.
-
- If you want to compile Amiga or UNIX version of vec/vdc, copy files from
- appropriate directory together with other stuff and make.
-
- For generic version, just compile and link main.c, vec.c, vdc.c and
- version.c.
-
- If you want to port vec to your system, read socs/porting.doc.
-
- ANSI C compiler is required. Amiga makefile is for SAS/C 6.x and UNIX
- makefile uses GCC.
-
- Vdc is identical with vec. Just make a copy or link.
-
- If you want finnish version, define symbol FINNISH when compiling.
-
-